encoding/json.decodeState.arrayInterface (method)

3 uses

	encoding/json (current package)
		decode.go#L522: 			ai := d.arrayInterface()
		decode.go#L1035: 		val = d.arrayInterface()
		decode.go#L1047: func (d *decodeState) arrayInterface() []any {